|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectvectorimage.GVectorObject
public class GVectorObject
A graphical vector object based on a vector object source.
| Constructor Summary | |
|---|---|
GVectorObject(VectorObject obj)
Constructor. |
|
| Method Summary | |
|---|---|
static GVectorObject |
createGVectorObject(VectorObject obj)
Create a graphical vector object based on the vector object given. |
java.awt.Color |
getColor()
Return the colour for the object. |
VectorObject |
getObject()
Get underlying object. |
float |
getOpacity()
Return the opacity (0.0F = transparent, 1.0F = opaque). |
java.awt.Shape |
getShape()
Create a shape for the object. |
boolean |
isFilled()
Return whether to fill or draw this object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GVectorObject(VectorObject obj)
| Method Detail |
|---|
public VectorObject getObject()
public java.awt.Shape getShape()
public java.awt.Color getColor()
public boolean isFilled()
public float getOpacity()
public static GVectorObject createGVectorObject(VectorObject obj)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||